Name Adv. Ranger's box
ShortName a_advrangerbox
TopTexture boxTop
SideTexture a_rangerbox
BottomTexture boxBottom
GunBoxID 29153
Recipe I iron B a_cash R a_rangerbox
III
RBR
III
//AddGun shortName amountOf item
//AddAmmo must come immediately after AddGun for them to be in the same slot
//The names of the items / blocks are those in the code, with some exceptions such as iron (ingotIron) and gunpowder (sulphur)
//And with parts from this mod, they are the shortName of the item
//Guns cannot yet have multiple ammo types in the same slot. For now, just list them under two seperate guns that are the same
//NumGuns must come before all the addGun lines and must be correct.
NumGuns 5
AddGun a_advrifle 8 a_cash
AddAmmo a_rifleclip 5 a_coins
AddGun a_advshotgun 7 a_cash
AddAmmo a_shotgunammo 4 a_coins
AddGun a_advsmg 8 a_cash
AddAmmo a_amgmag 5 a_coins
AddGun a_hrifle 12 a_cash
AddAmmo a_hrifleclip 8 a_coins
AddGun a_revolver 9 a_cash
AddAmmo a_hrifleclip 8 a_coins